Html Css Color HEX #FCCFEE Classic Rose

📋 copy color: '#FCCFEE'

red 252 ◦ green 207 ◦ blue 238

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

Shades of Classic Rose #FCCFEE

Tints of Classic Rose #FCCFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.15%

R = 36.15%
G = 29.7%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCCFEE (or 0xFCCFEE) is known color: Classic Rose. HEX triplet: FC, CF and EE. RGB value is (252,207,238). Sum of RGB (Red+Green+Blue) = 252+207+238=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEE is #033011. Grayscale: #DFDFDF. Windows color (decimal): -208914 or 15650812. OLE color: 15650812.

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

Color convert

RGB 252 207 238 -
CMYK 0 0.18 0.06 0.01
HSL 318.67º 0.88% 0.9% -
HSV(B) 318.67º 0.18% 0.99% -
XYZ 77.89 71.49 90.58 -
YUV 223.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 252 207 238 0 0.18 0.06 0.01 318.67 0.88 0.9
Hex FC CF EE 0 12 6 1 13F 58 5A
Octal 374 317 356 0 22 6 1 477 130 132
Binary 11111100 11001111 11101110 0 10010 110 1 100111111 1011000 1011010

Color Harmonies of #FCCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFEE

Black with #FCCFEE

Text Example


Text Example

White with #FCCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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