Html Css Color HEX #FB7DCD Tea Rose

📋 copy color: '#FB7DCD'

red 251 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #FB7DCD

Tints of Tea Rose #FB7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 43.2%
G = 21.51%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB7DCD (or 0xFB7DCD) is known color: Tea Rose. HEX triplet: FB, 7D and CD. RGB value is (251,125,205). Sum of RGB (Red+Green+Blue) = 251+125+205=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DCD is #048232. Grayscale: #ABABAB. Windows color (decimal): -295475 or 13467131. OLE color: 13467131.

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

Color convert

RGB 251 125 205 -
CMYK 0 0.50 0.18 0.02
HSL 321.9º 0.94% 0.74% -
HSV(B) 321.9º 0.5% 0.98% -
XYZ 58.14 39.58 62.33 -
YUV 171.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 251 125 205 0 0.50 0.18 0.02 321.9 0.94 0.74
Hex FB 7D CD 0 32 12 2 142 5E 4A
Octal 373 175 315 0 62 22 2 502 136 112
Binary 11111011 1111101 11001101 0 110010 10010 10 101000010 1011110 1001010

Color Harmonies of #FB7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DCD

Black with #FB7DCD

Text Example


Text Example

White with #FB7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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