Html Css Color HEX #FDC2EB Classic Rose

📋 copy color: '#FDC2EB'

red 253 ◦ green 194 ◦ blue 235

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

Shades of Classic Rose #FDC2EB

Tints of Classic Rose #FDC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.45%

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 37.1%
G = 28.45%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDC2EB (or 0xFDC2EB) is known color: Classic Rose. HEX triplet: FD, C2 and EB. RGB value is (253,194,235). Sum of RGB (Red+Green+Blue) = 253+194+235=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2EB is #023D14. Grayscale: #D8D8D8. Windows color (decimal): -146709 or 15450877. OLE color: 15450877.

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

Color convert

RGB 253 194 235 -
CMYK 0 0.23 0.07 0.01
HSL 318.31º 0.94% 0.88% -
HSV(B) 318.31º 0.23% 0.99% -
XYZ 74.8 65.46 87.29 -
YUV 216.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 253 194 235 0 0.23 0.07 0.01 318.31 0.94 0.88
Hex FD C2 EB 0 17 7 1 13E 5E 58
Octal 375 302 353 0 27 7 1 476 136 130
Binary 11111101 11000010 11101011 0 10111 111 1 100111110 1011110 1011000

Color Harmonies of #FDC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2EB

Black with #FDC2EB

Text Example


Text Example

White with #FDC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2EB; }

 p { color: rgb(253,194,235); }

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

background-color css

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

 a { background-color: rgb(253,194,235); }

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

border-color css

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

 span { border-color: rgb(253,194,235); }

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