Html Css Color HEX #FFC2E7 Classic Rose

📋 copy color: '#FFC2E7'

red 255 ◦ green 194 ◦ blue 231

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

Shades of Classic Rose #FFC2E7

Tints of Classic Rose #FFC2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.97%

R = 37.5%
G = 28.53%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFC2E7 (or 0xFFC2E7) is known color: Classic Rose. HEX triplet: FF, C2 and E7. RGB value is (255,194,231). Sum of RGB (Red+Green+Blue) = 255+194+231=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2E7 is #003D18. Grayscale: #D8D8D8. Windows color (decimal): -15641 or 15188735. OLE color: 15188735.

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

Color convert

RGB 255 194 231 -
CMYK 0 0.24 0.09 0
HSL 323.61º 1% 0.88% -
HSV(B) 323.61º 0.24% 1% -
XYZ 74.96 65.61 84.32 -
YUV 216.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 255 194 231 0 0.24 0.09 0 323.61 1 0.88
Hex FF C2 E7 0 18 9 0 144 64 58
Octal 377 302 347 0 30 11 0 504 144 130
Binary 11111111 11000010 11100111 0 11000 1001 0 101000100 1100100 1011000

Color Harmonies of #FFC2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2E7

Black with #FFC2E7

Text Example


Text Example

White with #FFC2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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