Html Css Color HEX #FDCEED Classic Rose

📋 copy color: '#FDCEED'

red 253 ◦ green 206 ◦ blue 237

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

Shades of Classic Rose #FDCEED

Tints of Classic Rose #FDCEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.05%

R = 36.35%
G = 29.6%
B = 34.05%

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

#FDCEED (or 0xFDCEED) is known color: Classic Rose. HEX triplet: FD, CE and ED. RGB value is (253,206,237). Sum of RGB (Red+Green+Blue) = 253+206+237=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEED is #023112. Grayscale: #DFDFDF. Windows color (decimal): -143635 or 15585021. OLE color: 15585021.

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

Color convert

RGB 253 206 237 -
CMYK 0 0.19 0.06 0.01
HSL 320.43º 0.92% 0.9% -
HSV(B) 320.43º 0.19% 0.99% -
XYZ 77.87 71.14 89.75 -
YUV 223.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 253 206 237 0 0.19 0.06 0.01 320.43 0.92 0.9
Hex FD CE ED 0 13 6 1 140 5C 5A
Octal 375 316 355 0 23 6 1 500 134 132
Binary 11111101 11001110 11101101 0 10011 110 1 101000000 1011100 1011010

Color Harmonies of #FDCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEED

Black with #FDCEED

Text Example


Text Example

White with #FDCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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