Html Css Color HEX #FDC8ED Classic Rose

📋 copy color: '#FDC8ED'

red 253 ◦ green 200 ◦ blue 237

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

Shades of Classic Rose #FDC8ED

Tints of Classic Rose #FDC8ED

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.99%

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

R = 36.67%
G = 28.99%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC8ED (or 0xFDC8ED) is known color: Classic Rose. HEX triplet: FD, C8 and ED. RGB value is (253,200,237). Sum of RGB (Red+Green+Blue) = 253+200+237=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8ED is #023712. Grayscale: #DBDBDB. Windows color (decimal): -145171 or 15583485. OLE color: 15583485.

HSL color Cylindrical-coordinate representation of color #FDC8ED: hue angle of 318.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8ED is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 237 -
CMYK 0 0.21 0.06 0.01
HSL 318.11º 0.93% 0.89% -
HSV(B) 318.11º 0.21% 0.99% -
XYZ 76.45 68.31 89.28 -
YUV 220.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 253 200 237 0 0.21 0.06 0.01 318.11 0.93 0.89
Hex FD C8 ED 0 15 6 1 13E 5D 59
Octal 375 310 355 0 25 6 1 476 135 131
Binary 11111101 11001000 11101101 0 10101 110 1 100111110 1011101 1011001

Color Harmonies of #FDC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8ED

Black with #FDC8ED

Text Example


Text Example

White with #FDC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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