Html Css Color HEX #FDCEF0 Classic Rose

📋 copy color: '#FDCEF0'

red 253 ◦ green 206 ◦ blue 240

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

Shades of Classic Rose #FDCEF0

Tints of Classic Rose #FDCEF0

RGB

 RED value IS 253 (99.22% from 255) = 36.19%

 GREEN value IS 206 (80.86% from 255) = 29.47%

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

R = 36.19%
G = 29.47%
B = 34.33%

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

#FDCEF0 (or 0xFDCEF0) is known color: Classic Rose. HEX triplet: FD, CE and F0. RGB value is (253,206,240). Sum of RGB (Red+Green+Blue) = 253+206+240=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF0 is #02310F. Grayscale: #DFDFDF. Windows color (decimal): -143632 or 15781629. OLE color: 15781629.

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

Color convert

RGB 253 206 240 -
CMYK 0 0.19 0.05 0.01
HSL 316.6º 0.92% 0.9% -
HSV(B) 316.6º 0.19% 0.99% -
XYZ 78.31 71.32 92.08 -
YUV 223.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 253 206 240 0 0.19 0.05 0.01 316.6 0.92 0.9
Hex FD CE F0 0 13 5 1 13D 5C 5A
Octal 375 316 360 0 23 5 1 475 134 132
Binary 11111101 11001110 11110000 0 10011 101 1 100111101 1011100 1011010

Color Harmonies of #FDCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEF0

Black with #FDCEF0

Text Example


Text Example

White with #FDCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEF0; }

 p { color: rgb(253,206,240); }

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

background-color css

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

 a { background-color: rgb(253,206,240); }

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

border-color css

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

 span { border-color: rgb(253,206,240); }

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