Html Css Color HEX #FB7DCA Tea Rose

📋 copy color: '#FB7DCA'

red 251 ◦ green 125 ◦ blue 202

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

Shades of Tea Rose #FB7DCA

Tints of Tea Rose #FB7DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.95%

R = 43.43%
G = 21.63%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB7DCA (or 0xFB7DCA) is known color: Tea Rose. HEX triplet: FB, 7D and CA. RGB value is (251,125,202). Sum of RGB (Red+Green+Blue) = 251+125+202=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DCA is #048235. Grayscale: #ABABAB. Windows color (decimal): -295478 or 13270523. OLE color: 13270523.

HSL color Cylindrical-coordinate representation of color #FB7DCA: hue angle of 323.33º 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 #FB7DCA is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 202 -
CMYK 0 0.50 0.20 0.02
HSL 323.33º 0.94% 0.74% -
HSV(B) 323.33º 0.5% 0.98% -
XYZ 57.78 39.44 60.44 -
YUV 171.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 251 125 202 0 0.50 0.20 0.02 323.33 0.94 0.74
Hex FB 7D CA 0 32 14 2 143 5E 4A
Octal 373 175 312 0 62 24 2 503 136 112
Binary 11111011 1111101 11001010 0 110010 10100 10 101000011 1011110 1001010

Color Harmonies of #FB7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DCA

Black with #FB7DCA

Text Example


Text Example

White with #FB7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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