Html Css Color HEX #FDCEEF Classic Rose

📋 copy color: '#FDCEEF'

red 253 ◦ green 206 ◦ blue 239

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

Shades of Classic Rose #FDCEEF

Tints of Classic Rose #FDCEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.24%

R = 36.25%
G = 29.51%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCEEF (or 0xFDCEEF) is known color: Classic Rose. HEX triplet: FD, CE and EF. RGB value is (253,206,239). Sum of RGB (Red+Green+Blue) = 253+206+239=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEEF is #023110. Grayscale: #DFDFDF. Windows color (decimal): -143633 or 15716093. OLE color: 15716093.

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

Color convert

RGB 253 206 239 -
CMYK 0 0.19 0.06 0.01
HSL 317.87º 0.92% 0.9% -
HSV(B) 317.87º 0.19% 0.99% -
XYZ 78.16 71.26 91.3 -
YUV 223.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 253 206 239 0 0.19 0.06 0.01 317.87 0.92 0.9
Hex FD CE EF 0 13 6 1 13E 5C 5A
Octal 375 316 357 0 23 6 1 476 134 132
Binary 11111101 11001110 11101111 0 10011 110 1 100111110 1011100 1011010

Color Harmonies of #FDCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEEF

Black with #FDCEEF

Text Example


Text Example

White with #FDCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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