Html Css Color HEX #FCD0F0 Classic Rose

📋 copy color: '#FCD0F0'

red 252 ◦ green 208 ◦ blue 240

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

Shades of Classic Rose #FCD0F0

Tints of Classic Rose #FCD0F0

RGB

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

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

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

R = 36%
G = 29.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCD0F0 (or 0xFCD0F0) is known color: Classic Rose. HEX triplet: FC, D0 and F0. RGB value is (252,208,240). Sum of RGB (Red+Green+Blue) = 252+208+240=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0F0 is #032F0F. Grayscale: #E0E0E0. Windows color (decimal): -208656 or 15782140. OLE color: 15782140.

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

Color convert

RGB 252 208 240 -
CMYK 0 0.17 0.05 0.01
HSL 316.36º 0.88% 0.9% -
HSV(B) 316.36º 0.17% 0.99% -
XYZ 78.43 72.1 92.22 -
YUV 224.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 252 208 240 0 0.17 0.05 0.01 316.36 0.88 0.9
Hex FC D0 F0 0 11 5 1 13C 58 5A
Octal 374 320 360 0 21 5 1 474 130 132
Binary 11111100 11010000 11110000 0 10001 101 1 100111100 1011000 1011010

Color Harmonies of #FCD0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0F0

Black with #FCD0F0

Text Example


Text Example

White with #FCD0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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