Html Css Color HEX #FDC6EF Classic Rose

📋 copy color: '#FDC6EF'

red 253 ◦ green 198 ◦ blue 239

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

Shades of Classic Rose #FDC6EF

Tints of Classic Rose #FDC6EF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.7%

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 36.67%
G = 28.7%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC6EF (or 0xFDC6EF) is known color: Classic Rose. HEX triplet: FD, C6 and EF. RGB value is (253,198,239). Sum of RGB (Red+Green+Blue) = 253+198+239=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6EF is #023910. Grayscale: #DBDBDB. Windows color (decimal): -145681 or 15714045. OLE color: 15714045.

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

Color convert

RGB 253 198 239 -
CMYK 0 0.22 0.06 0.01
HSL 315.27º 0.93% 0.88% -
HSV(B) 315.27º 0.22% 0.99% -
XYZ 76.28 67.5 90.67 -
YUV 219.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 253 198 239 0 0.22 0.06 0.01 315.27 0.93 0.88
Hex FD C6 EF 0 16 6 1 13B 5D 58
Octal 375 306 357 0 26 6 1 473 135 130
Binary 11111101 11000110 11101111 0 10110 110 1 100111011 1011101 1011000

Color Harmonies of #FDC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6EF

Black with #FDC6EF

Text Example


Text Example

White with #FDC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6EF; }

 p { color: rgb(253,198,239); }

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

background-color css

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

 a { background-color: rgb(253,198,239); }

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

border-color css

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

 span { border-color: rgb(253,198,239); }

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