Html Css Color HEX #FC8FBB Tea Rose

📋 copy color: '#FC8FBB'

red 252 ◦ green 143 ◦ blue 187

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

Shades of Tea Rose #FC8FBB

Tints of Tea Rose #FC8FBB

RGB

 RED value IS 252 (98.83% from 255) = 43.3%

 GREEN value IS 143 (56.25% from 255) = 24.57%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 43.3%
G = 24.57%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC8FBB (or 0xFC8FBB) is known color: Tea Rose. HEX triplet: FC, 8F and BB. RGB value is (252,143,187). Sum of RGB (Red+Green+Blue) = 252+143+187=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBB is #037044. Grayscale: #B4B4B4. Windows color (decimal): -225349 or 12292092. OLE color: 12292092.

HSL color Cylindrical-coordinate representation of color #FC8FBB: hue angle of 335.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FBB is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 187 -
CMYK 0 0.43 0.26 0.01
HSL 335.78º 0.95% 0.77% -
HSV(B) 335.78º 0.43% 0.99% -
XYZ 58.94 43.93 52.39 -
YUV 180.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 252 143 187 0 0.43 0.26 0.01 335.78 0.95 0.77
Hex FC 8F BB 0 2B 1A 1 150 5F 4D
Octal 374 217 273 0 53 32 1 520 137 115
Binary 11111100 10001111 10111011 0 101011 11010 1 101010000 1011111 1001101

Color Harmonies of #FC8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FBB

Black with #FC8FBB

Text Example


Text Example

White with #FC8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FBB; }

 p { color: rgb(252,143,187); }

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

background-color css

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

 a { background-color: rgb(252,143,187); }

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

border-color css

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

 span { border-color: rgb(252,143,187); }

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