Html Css Color HEX #FCCDED Classic Rose

📋 copy color: '#FCCDED'

red 252 ◦ green 205 ◦ blue 237

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

Shades of Classic Rose #FCCDED

Tints of Classic Rose #FCCDED

RGB

 RED value IS 252 (98.83% from 255) = 36.31%

 GREEN value IS 205 (80.47% from 255) = 29.54%

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

R = 36.31%
G = 29.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCCDED (or 0xFCCDED) is known color: Classic Rose. HEX triplet: FC, CD and ED. RGB value is (252,205,237). Sum of RGB (Red+Green+Blue) = 252+205+237=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDED is #033212. Grayscale: #DEDEDE. Windows color (decimal): -209427 or 15584764. OLE color: 15584764.

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

Color convert

RGB 252 205 237 -
CMYK 0 0.19 0.06 0.01
HSL 319.15º 0.89% 0.9% -
HSV(B) 319.15º 0.19% 0.99% -
XYZ 77.26 70.47 89.65 -
YUV 222.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 252 205 237 0 0.19 0.06 0.01 319.15 0.89 0.9
Hex FC CD ED 0 13 6 1 13F 59 5A
Octal 374 315 355 0 23 6 1 477 131 132
Binary 11111100 11001101 11101101 0 10011 110 1 100111111 1011001 1011010

Color Harmonies of #FCCDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDED

Black with #FCCDED

Text Example


Text Example

White with #FCCDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDED; }

 p { color: rgb(252,205,237); }

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

background-color css

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

 a { background-color: rgb(252,205,237); }

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

border-color css

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

 span { border-color: rgb(252,205,237); }

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