Html Css Color HEX #FB94CB Tea Rose

📋 copy color: '#FB94CB'

red 251 ◦ green 148 ◦ blue 203

#FB94CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FB94CB

Tints of Tea Rose #FB94CB

RGB

 RED value IS 251 (98.44% from 255) = 41.69%

 GREEN value IS 148 (58.2% from 255) = 24.58%

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 41.69%
G = 24.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB94CB (or 0xFB94CB) is known color: Tea Rose. HEX triplet: FB, 94 and CB. RGB value is (251,148,203). Sum of RGB (Red+Green+Blue) = 251+148+203=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94CB is #046B34. Grayscale: #B8B8B8. Windows color (decimal): -289589 or 13341947. OLE color: 13341947.

HSL color Cylindrical-coordinate representation of color #FB94CB: hue angle of 327.96º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94CB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 203 -
CMYK 0 0.41 0.19 0.02
HSL 327.96º 0.93% 0.78% -
HSV(B) 327.96º 0.41% 0.98% -
XYZ 61.15 46 62.16 -
YUV 185.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 251 148 203 0 0.41 0.19 0.02 327.96 0.93 0.78
Hex FB 94 CB 0 29 13 2 148 5D 4E
Octal 373 224 313 0 51 23 2 510 135 116
Binary 11111011 10010100 11001011 0 101001 10011 10 101001000 1011101 1001110

Color Harmonies of #FB94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94CB

Black with #FB94CB

Text Example


Text Example

White with #FB94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94CB; }

 p { color: rgb(251,148,203); }

 H1.HeaderClassName
 {
   color: #FB94CB;
 }
 .AnyTagClassName
 {
   color: #FB94CB;
 }
</style>

background-color css

<style>
 a { background-color: #FB94CB; }

 a { background-color: rgb(251,148,203); }

 div.DivClassName
 {
   background-color: #FB94CB;
 }
 .BgClassName
 {
   background-color: #FB94CB;
 }
</style>

border-color css

<style>
 span { border-color: #FB94CB; }

 span { border-color: rgb(251,148,203); }

 td.TdClassName
 {
   border-color: #FB94CB;
 }
 .TagClassName
 {
   border-color: #FB94CB;
 }
</style>