Html Css Color HEX #FCCAF0 Classic Rose

📋 copy color: '#FCCAF0'

red 252 ◦ green 202 ◦ blue 240

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

Shades of Classic Rose #FCCAF0

Tints of Classic Rose #FCCAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.11%

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

R = 36.31%
G = 29.11%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCCAF0 (or 0xFCCAF0) is known color: Classic Rose. HEX triplet: FC, CA and F0. RGB value is (252,202,240). Sum of RGB (Red+Green+Blue) = 252+202+240=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF0 is #03350F. Grayscale: #DDDDDD. Windows color (decimal): -210192 or 15780604. OLE color: 15780604.

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

Color convert

RGB 252 202 240 -
CMYK 0 0.20 0.05 0.01
HSL 314.4º 0.89% 0.89% -
HSV(B) 314.4º 0.2% 0.99% -
XYZ 76.99 69.23 91.74 -
YUV 221.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 252 202 240 0 0.20 0.05 0.01 314.4 0.89 0.89
Hex FC CA F0 0 14 5 1 13A 59 59
Octal 374 312 360 0 24 5 1 472 131 131
Binary 11111100 11001010 11110000 0 10100 101 1 100111010 1011001 1011001

Color Harmonies of #FCCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF0

Black with #FCCAF0

Text Example


Text Example

White with #FCCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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