Html Css Color HEX #FB85CC Tea Rose

📋 copy color: '#FB85CC'

red 251 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #FB85CC

Tints of Tea Rose #FB85CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.62%

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 42.69%
G = 22.62%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB85CC (or 0xFB85CC) is known color: Tea Rose. HEX triplet: FB, 85 and CC. RGB value is (251,133,204). Sum of RGB (Red+Green+Blue) = 251+133+204=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85CC is #047A33. Grayscale: #B0B0B0. Windows color (decimal): -293428 or 13403643. OLE color: 13403643.

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

Color convert

RGB 251 133 204 -
CMYK 0 0.47 0.19 0.02
HSL 323.9º 0.94% 0.75% -
HSV(B) 323.9º 0.47% 0.98% -
XYZ 59.07 41.64 62.05 -
YUV 176.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 251 133 204 0 0.47 0.19 0.02 323.9 0.94 0.75
Hex FB 85 CC 0 2F 13 2 144 5E 4B
Octal 373 205 314 0 57 23 2 504 136 113
Binary 11111011 10000101 11001100 0 101111 10011 10 101000100 1011110 1001011

Color Harmonies of #FB85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85CC

Black with #FB85CC

Text Example


Text Example

White with #FB85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85CC; }

 p { color: rgb(251,133,204); }

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

background-color css

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

 a { background-color: rgb(251,133,204); }

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

border-color css

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

 span { border-color: rgb(251,133,204); }

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