Html Css Color HEX #FCCCEF Classic Rose

📋 copy color: '#FCCCEF'

red 252 ◦ green 204 ◦ blue 239

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

Shades of Classic Rose #FCCCEF

Tints of Classic Rose #FCCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.39%

R = 36.26%
G = 29.35%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCCCEF (or 0xFCCCEF) is known color: Classic Rose. HEX triplet: FC, CC and EF. RGB value is (252,204,239). Sum of RGB (Red+Green+Blue) = 252+204+239=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCEF is #033310. Grayscale: #DEDEDE. Windows color (decimal): -209681 or 15715580. OLE color: 15715580.

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

Color convert

RGB 252 204 239 -
CMYK 0 0.19 0.05 0.01
HSL 316.25º 0.89% 0.89% -
HSV(B) 316.25º 0.19% 0.99% -
XYZ 77.32 70.11 91.12 -
YUV 222.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 252 204 239 0 0.19 0.05 0.01 316.25 0.89 0.89
Hex FC CC EF 0 13 5 1 13C 59 59
Octal 374 314 357 0 23 5 1 474 131 131
Binary 11111100 11001100 11101111 0 10011 101 1 100111100 1011001 1011001

Color Harmonies of #FCCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCEF

Black with #FCCCEF

Text Example


Text Example

White with #FCCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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