Html Css Color HEX #FCCFEB Classic Rose

📋 copy color: '#FCCFEB'

red 252 ◦ green 207 ◦ blue 235

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

Shades of Classic Rose #FCCFEB

Tints of Classic Rose #FCCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.86%

R = 36.31%
G = 29.83%
B = 33.86%

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

#FCCFEB (or 0xFCCFEB) is known color: Classic Rose. HEX triplet: FC, CF and EB. RGB value is (252,207,235). Sum of RGB (Red+Green+Blue) = 252+207+235=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEB is #033014. Grayscale: #DFDFDF. Windows color (decimal): -208917 or 15454204. OLE color: 15454204.

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

Color convert

RGB 252 207 235 -
CMYK 0 0.18 0.07 0.01
HSL 322.67º 0.88% 0.9% -
HSV(B) 322.67º 0.18% 0.99% -
XYZ 77.45 71.32 88.28 -
YUV 223.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 252 207 235 0 0.18 0.07 0.01 322.67 0.88 0.9
Hex FC CF EB 0 12 7 1 143 58 5A
Octal 374 317 353 0 22 7 1 503 130 132
Binary 11111100 11001111 11101011 0 10010 111 1 101000011 1011000 1011010

Color Harmonies of #FCCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFEB

Black with #FCCFEB

Text Example


Text Example

White with #FCCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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