Html Css Color HEX #FFC2EC Classic Rose

📋 copy color: '#FFC2EC'

red 255 ◦ green 194 ◦ blue 236

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

Shades of Classic Rose #FFC2EC

Tints of Classic Rose #FFC2EC

RGB

 RED value IS 255 (100% from 255) = 37.23%

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

 BLUE value IS 236 (92.58% from 255) = 34.45%

R = 37.23%
G = 28.32%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFC2EC (or 0xFFC2EC) is known color: Classic Rose. HEX triplet: FF, C2 and EC. RGB value is (255,194,236). Sum of RGB (Red+Green+Blue) = 255+194+236=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2EC is #003D13. Grayscale: #D8D8D8. Windows color (decimal): -15636 or 15516415. OLE color: 15516415.

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

Color convert

RGB 255 194 236 -
CMYK 0 0.24 0.07 0
HSL 318.69º 1% 0.88% -
HSV(B) 318.69º 0.24% 1% -
XYZ 75.67 65.9 88.09 -
YUV 217.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 255 194 236 0 0.24 0.07 0 318.69 1 0.88
Hex FF C2 EC 0 18 7 0 13F 64 58
Octal 377 302 354 0 30 7 0 477 144 130
Binary 11111111 11000010 11101100 0 11000 111 0 100111111 1100100 1011000

Color Harmonies of #FFC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2EC

Black with #FFC2EC

Text Example


Text Example

White with #FFC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2EC; }

 p { color: rgb(255,194,236); }

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

background-color css

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

 a { background-color: rgb(255,194,236); }

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

border-color css

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

 span { border-color: rgb(255,194,236); }

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