Html Css Color HEX #FDC0E3 Classic Rose

📋 copy color: '#FDC0E3'

red 253 ◦ green 192 ◦ blue 227

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

Shades of Classic Rose #FDC0E3

Tints of Classic Rose #FDC0E3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.57%

 BLUE value IS 227 (89.06% from 255) = 33.78%

R = 37.65%
G = 28.57%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDC0E3 (or 0xFDC0E3) is known color: Classic Rose. HEX triplet: FD, C0 and E3. RGB value is (253,192,227). Sum of RGB (Red+Green+Blue) = 253+192+227=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0E3 is #023F1C. Grayscale: #D6D6D6. Windows color (decimal): -147229 or 14926077. OLE color: 14926077.

HSL color Cylindrical-coordinate representation of color #FDC0E3: hue angle of 325.57º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0E3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 227 -
CMYK 0 0.24 0.10 0.01
HSL 325.57º 0.94% 0.87% -
HSV(B) 325.57º 0.24% 0.99% -
XYZ 73.22 64.13 81.19 -
YUV 214.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 253 192 227 0 0.24 0.10 0.01 325.57 0.94 0.87
Hex FD C0 E3 0 18 A 1 146 5E 57
Octal 375 300 343 0 30 12 1 506 136 127
Binary 11111101 11000000 11100011 0 11000 1010 1 101000110 1011110 1010111

Color Harmonies of #FDC0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0E3

Black with #FDC0E3

Text Example


Text Example

White with #FDC0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0E3; }

 p { color: rgb(253,192,227); }

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

background-color css

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

 a { background-color: rgb(253,192,227); }

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

border-color css

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

 span { border-color: rgb(253,192,227); }

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