Html Css Color HEX #FFC2EE Classic Rose

📋 copy color: '#FFC2EE'

red 255 ◦ green 194 ◦ blue 238

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

Shades of Classic Rose #FFC2EE

Tints of Classic Rose #FFC2EE

RGB

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

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

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

R = 37.12%
G = 28.24%
B = 34.64%

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

#FFC2EE (or 0xFFC2EE) is known color: Classic Rose. HEX triplet: FF, C2 and EE. RGB value is (255,194,238). Sum of RGB (Red+Green+Blue) = 255+194+238=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2EE is #003D11. Grayscale: #D9D9D9. Windows color (decimal): -15634 or 15647487. OLE color: 15647487.

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

Color convert

RGB 255 194 238 -
CMYK 0 0.24 0.07 0
HSL 316.72º 1% 0.88% -
HSV(B) 316.72º 0.24% 1% -
XYZ 75.96 66.02 89.63 -
YUV 217.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 255 194 238 0 0.24 0.07 0 316.72 1 0.88
Hex FF C2 EE 0 18 7 0 13D 64 58
Octal 377 302 356 0 30 7 0 475 144 130
Binary 11111111 11000010 11101110 0 11000 111 0 100111101 1100100 1011000

Color Harmonies of #FFC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2EE

Black with #FFC2EE

Text Example


Text Example

White with #FFC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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