Html Css Color HEX #FCCCF0 Classic Rose

📋 copy color: '#FCCCF0'

red 252 ◦ green 204 ◦ blue 240

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

Shades of Classic Rose #FCCCF0

Tints of Classic Rose #FCCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.48%

R = 36.21%
G = 29.31%
B = 34.48%

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

#FCCCF0 (or 0xFCCCF0) is known color: Classic Rose. HEX triplet: FC, CC and F0. RGB value is (252,204,240). Sum of RGB (Red+Green+Blue) = 252+204+240=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF0 is #03330F. Grayscale: #DEDEDE. Windows color (decimal): -209680 or 15781116. OLE color: 15781116.

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

Color convert

RGB 252 204 240 -
CMYK 0 0.19 0.05 0.01
HSL 315º 0.89% 0.89% -
HSV(B) 315º 0.19% 0.99% -
XYZ 77.47 70.17 91.9 -
YUV 222.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 252 204 240 0 0.19 0.05 0.01 315 0.89 0.89
Hex FC CC F0 0 13 5 1 13B 59 59
Octal 374 314 360 0 23 5 1 473 131 131
Binary 11111100 11001100 11110000 0 10011 101 1 100111011 1011001 1011001

Color Harmonies of #FCCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCF0

Black with #FCCCF0

Text Example


Text Example

White with #FCCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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