Html Css Color HEX #FCCDEA Classic Rose

📋 copy color: '#FCCDEA'

red 252 ◦ green 205 ◦ blue 234

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

Shades of Classic Rose #FCCDEA

Tints of Classic Rose #FCCDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.86%

R = 36.47%
G = 29.67%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCCDEA (or 0xFCCDEA) is known color: Classic Rose. HEX triplet: FC, CD and EA. RGB value is (252,205,234). Sum of RGB (Red+Green+Blue) = 252+205+234=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEA is #033215. Grayscale: #DEDEDE. Windows color (decimal): -209430 or 15388156. OLE color: 15388156.

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

Color convert

RGB 252 205 234 -
CMYK 0 0.19 0.07 0.01
HSL 322.98º 0.89% 0.9% -
HSV(B) 322.98º 0.19% 0.99% -
XYZ 76.83 70.3 87.36 -
YUV 222.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 252 205 234 0 0.19 0.07 0.01 322.98 0.89 0.9
Hex FC CD EA 0 13 7 1 143 59 5A
Octal 374 315 352 0 23 7 1 503 131 132
Binary 11111100 11001101 11101010 0 10011 111 1 101000011 1011001 1011010

Color Harmonies of #FCCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDEA

Black with #FCCDEA

Text Example


Text Example

White with #FCCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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