Html Css Color HEX #FCCCEE Classic Rose

📋 copy color: '#FCCCEE'

red 252 ◦ green 204 ◦ blue 238

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

Shades of Classic Rose #FCCCEE

Tints of Classic Rose #FCCCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.39%

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

R = 36.31%
G = 29.39%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCCCEE (or 0xFCCCEE) is known color: Classic Rose. HEX triplet: FC, CC and EE. RGB value is (252,204,238). Sum of RGB (Red+Green+Blue) = 252+204+238=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCEE is #033311. Grayscale: #DEDEDE. Windows color (decimal): -209682 or 15650044. OLE color: 15650044.

HSL color Cylindrical-coordinate representation of color #FCCCEE: hue angle of 317.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 238 -
CMYK 0 0.19 0.06 0.01
HSL 317.5º 0.89% 0.89% -
HSV(B) 317.5º 0.19% 0.99% -
XYZ 77.17 70.05 90.34 -
YUV 222.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 252 204 238 0 0.19 0.06 0.01 317.5 0.89 0.89
Hex FC CC EE 0 13 6 1 13E 59 59
Octal 374 314 356 0 23 6 1 476 131 131
Binary 11111100 11001100 11101110 0 10011 110 1 100111110 1011001 1011001

Color Harmonies of #FCCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCEE

Black with #FCCCEE

Text Example


Text Example

White with #FCCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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