Html Css Color HEX #FDC1E5 Classic Rose

📋 copy color: '#FDC1E5'

red 253 ◦ green 193 ◦ blue 229

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

Shades of Classic Rose #FDC1E5

Tints of Classic Rose #FDC1E5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.59%

 BLUE value IS 229 (89.84% from 255) = 33.93%

R = 37.48%
G = 28.59%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDC1E5 (or 0xFDC1E5) is known color: Classic Rose. HEX triplet: FD, C1 and E5. RGB value is (253,193,229). Sum of RGB (Red+Green+Blue) = 253+193+229=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1E5 is #023E1A. Grayscale: #D6D6D6. Windows color (decimal): -146971 or 15057405. OLE color: 15057405.

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

Color convert

RGB 253 193 229 -
CMYK 0 0.24 0.09 0.01
HSL 324º 0.94% 0.87% -
HSV(B) 324º 0.24% 0.99% -
XYZ 73.72 64.68 82.73 -
YUV 215.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 253 193 229 0 0.24 0.09 0.01 324 0.94 0.87
Hex FD C1 E5 0 18 9 1 144 5E 57
Octal 375 301 345 0 30 11 1 504 136 127
Binary 11111101 11000001 11100101 0 11000 1001 1 101000100 1011110 1010111

Color Harmonies of #FDC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1E5

Black with #FDC1E5

Text Example


Text Example

White with #FDC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1E5; }

 p { color: rgb(253,193,229); }

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

background-color css

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

 a { background-color: rgb(253,193,229); }

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

border-color css

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

 span { border-color: rgb(253,193,229); }

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