Html Css Color HEX #FB7DCB Tea Rose

📋 copy color: '#FB7DCB'

red 251 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #FB7DCB

Tints of Tea Rose #FB7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

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

R = 43.35%
G = 21.59%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB7DCB (or 0xFB7DCB) is known color: Tea Rose. HEX triplet: FB, 7D and CB. RGB value is (251,125,203). Sum of RGB (Red+Green+Blue) = 251+125+203=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DCB is #048234. Grayscale: #ABABAB. Windows color (decimal): -295477 or 13336059. OLE color: 13336059.

HSL color Cylindrical-coordinate representation of color #FB7DCB: hue angle of 322.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DCB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 203 -
CMYK 0 0.50 0.19 0.02
HSL 322.86º 0.94% 0.74% -
HSV(B) 322.86º 0.5% 0.98% -
XYZ 57.9 39.49 61.07 -
YUV 171.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 251 125 203 0 0.50 0.19 0.02 322.86 0.94 0.74
Hex FB 7D CB 0 32 13 2 143 5E 4A
Octal 373 175 313 0 62 23 2 503 136 112
Binary 11111011 1111101 11001011 0 110010 10011 10 101000011 1011110 1001010

Color Harmonies of #FB7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DCB

Black with #FB7DCB

Text Example


Text Example

White with #FB7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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