Html Css Color HEX #FCD0F1 Classic Rose

📋 copy color: '#FCD0F1'

red 252 ◦ green 208 ◦ blue 241

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

Shades of Classic Rose #FCD0F1

Tints of Classic Rose #FCD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.67%

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

R = 35.95%
G = 29.67%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCD0F1 (or 0xFCD0F1) is known color: Classic Rose. HEX triplet: FC, D0 and F1. RGB value is (252,208,241). Sum of RGB (Red+Green+Blue) = 252+208+241=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0F1 is #032F0E. Grayscale: #E0E0E0. Windows color (decimal): -208655 or 15847676. OLE color: 15847676.

HSL color Cylindrical-coordinate representation of color #FCD0F1: hue angle of 315º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0F1 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 241 -
CMYK 0 0.17 0.04 0.01
HSL 315º 0.88% 0.9% -
HSV(B) 315º 0.17% 0.99% -
XYZ 78.58 72.16 93.01 -
YUV 224.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 252 208 241 0 0.17 0.04 0.01 315 0.88 0.9
Hex FC D0 F1 0 11 4 1 13B 58 5A
Octal 374 320 361 0 21 4 1 473 130 132
Binary 11111100 11010000 11110001 0 10001 100 1 100111011 1011000 1011010

Color Harmonies of #FCD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0F1

Black with #FCD0F1

Text Example


Text Example

White with #FCD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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