Html Css Color HEX #FCCAF1 Classic Rose

📋 copy color: '#FCCAF1'

red 252 ◦ green 202 ◦ blue 241

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

Shades of Classic Rose #FCCAF1

Tints of Classic Rose #FCCAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 36.26%
G = 29.06%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCCAF1 (or 0xFCCAF1) is known color: Classic Rose. HEX triplet: FC, CA and F1. RGB value is (252,202,241). Sum of RGB (Red+Green+Blue) = 252+202+241=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF1 is #03350E. Grayscale: #DDDDDD. Windows color (decimal): -210191 or 15846140. OLE color: 15846140.

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

Color convert

RGB 252 202 241 -
CMYK 0 0.20 0.04 0.01
HSL 313.2º 0.89% 0.89% -
HSV(B) 313.2º 0.2% 0.99% -
XYZ 77.14 69.29 92.53 -
YUV 221.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 252 202 241 0 0.20 0.04 0.01 313.2 0.89 0.89
Hex FC CA F1 0 14 4 1 139 59 59
Octal 374 312 361 0 24 4 1 471 131 131
Binary 11111100 11001010 11110001 0 10100 100 1 100111001 1011001 1011001

Color Harmonies of #FCCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF1

Black with #FCCAF1

Text Example


Text Example

White with #FCCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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