Html Css Color HEX #FCCFEA Classic Rose

📋 copy color: '#FCCFEA'

red 252 ◦ green 207 ◦ blue 234

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

Shades of Classic Rose #FCCFEA

Tints of Classic Rose #FCCFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.87%

 BLUE value IS 234 (91.8% from 255) = 33.77%

R = 36.36%
G = 29.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCCFEA (or 0xFCCFEA) is known color: Classic Rose. HEX triplet: FC, CF and EA. RGB value is (252,207,234). Sum of RGB (Red+Green+Blue) = 252+207+234=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEA is #033015. Grayscale: #DFDFDF. Windows color (decimal): -208918 or 15388668. OLE color: 15388668.

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

Color convert

RGB 252 207 234 -
CMYK 0 0.18 0.07 0.01
HSL 324º 0.88% 0.9% -
HSV(B) 324º 0.18% 0.99% -
XYZ 77.31 71.26 87.52 -
YUV 223.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 252 207 234 0 0.18 0.07 0.01 324 0.88 0.9
Hex FC CF EA 0 12 7 1 144 58 5A
Octal 374 317 352 0 22 7 1 504 130 132
Binary 11111100 11001111 11101010 0 10010 111 1 101000100 1011000 1011010

Color Harmonies of #FCCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFEA

Black with #FCCFEA

Text Example


Text Example

White with #FCCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFEA; }

 p { color: rgb(252,207,234); }

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

background-color css

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

 a { background-color: rgb(252,207,234); }

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

border-color css

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

 span { border-color: rgb(252,207,234); }

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