Html Css Color HEX #FCCFE8 Classic Rose

📋 copy color: '#FCCFE8'

red 252 ◦ green 207 ◦ blue 232

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

Shades of Classic Rose #FCCFE8

Tints of Classic Rose #FCCFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.57%

R = 36.47%
G = 29.96%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCCFE8 (or 0xFCCFE8) is known color: Classic Rose. HEX triplet: FC, CF and E8. RGB value is (252,207,232). Sum of RGB (Red+Green+Blue) = 252+207+232=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFE8 is #033017. Grayscale: #DFDFDF. Windows color (decimal): -208920 or 15257596. OLE color: 15257596.

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

Color convert

RGB 252 207 232 -
CMYK 0 0.18 0.08 0.01
HSL 326.67º 0.88% 0.9% -
HSV(B) 326.67º 0.18% 0.99% -
XYZ 77.02 71.15 86.02 -
YUV 223.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 252 207 232 0 0.18 0.08 0.01 326.67 0.88 0.9
Hex FC CF E8 0 12 8 1 147 58 5A
Octal 374 317 350 0 22 10 1 507 130 132
Binary 11111100 11001111 11101000 0 10010 1000 1 101000111 1011000 1011010

Color Harmonies of #FCCFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFE8

Black with #FCCFE8

Text Example


Text Example

White with #FCCFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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