Html Css Color HEX #FCCDEE Classic Rose

📋 copy color: '#FCCDEE'

red 252 ◦ green 205 ◦ blue 238

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

Shades of Classic Rose #FCCDEE

Tints of Classic Rose #FCCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.24%

R = 36.26%
G = 29.5%
B = 34.24%

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

#FCCDEE (or 0xFCCDEE) is known color: Classic Rose. HEX triplet: FC, CD and EE. RGB value is (252,205,238). Sum of RGB (Red+Green+Blue) = 252+205+238=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEE is #033211. Grayscale: #DEDEDE. Windows color (decimal): -209426 or 15650300. OLE color: 15650300.

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

Color convert

RGB 252 205 238 -
CMYK 0 0.19 0.06 0.01
HSL 317.87º 0.89% 0.9% -
HSV(B) 317.87º 0.19% 0.99% -
XYZ 77.41 70.53 90.42 -
YUV 222.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 252 205 238 0 0.19 0.06 0.01 317.87 0.89 0.9
Hex FC CD EE 0 13 6 1 13E 59 5A
Octal 374 315 356 0 23 6 1 476 131 132
Binary 11111100 11001101 11101110 0 10011 110 1 100111110 1011001 1011010

Color Harmonies of #FCCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDEE

Black with #FCCDEE

Text Example


Text Example

White with #FCCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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