Html Css Color HEX #FC94CE Tea Rose

📋 copy color: '#FC94CE'

red 252 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #FC94CE

Tints of Tea Rose #FC94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 41.58%
G = 24.42%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC94CE (or 0xFC94CE) is known color: Tea Rose. HEX triplet: FC, 94 and CE. RGB value is (252,148,206). Sum of RGB (Red+Green+Blue) = 252+148+206=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94CE is #036B31. Grayscale: #B9B9B9. Windows color (decimal): -224050 or 13538556. OLE color: 13538556.

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

Color convert

RGB 252 148 206 -
CMYK 0 0.41 0.18 0.01
HSL 326.54º 0.95% 0.78% -
HSV(B) 326.54º 0.41% 0.99% -
XYZ 61.88 46.33 64.07 -
YUV 185.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 252 148 206 0 0.41 0.18 0.01 326.54 0.95 0.78
Hex FC 94 CE 0 29 12 1 147 5F 4E
Octal 374 224 316 0 51 22 1 507 137 116
Binary 11111100 10010100 11001110 0 101001 10010 1 101000111 1011111 1001110

Color Harmonies of #FC94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94CE

Black with #FC94CE

Text Example


Text Example

White with #FC94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94CE; }

 p { color: rgb(252,148,206); }

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

background-color css

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

 a { background-color: rgb(252,148,206); }

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

border-color css

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

 span { border-color: rgb(252,148,206); }

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