Html Css Color HEX #FFC2ED Classic Rose

📋 copy color: '#FFC2ED'

red 255 ◦ green 194 ◦ blue 237

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

Shades of Classic Rose #FFC2ED

Tints of Classic Rose #FFC2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 37.17%
G = 28.28%
B = 34.55%

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

#FFC2ED (or 0xFFC2ED) is known color: Classic Rose. HEX triplet: FF, C2 and ED. RGB value is (255,194,237). Sum of RGB (Red+Green+Blue) = 255+194+237=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2ED is #003D12. Grayscale: #D9D9D9. Windows color (decimal): -15635 or 15581951. OLE color: 15581951.

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

Color convert

RGB 255 194 237 -
CMYK 0 0.24 0.07 0
HSL 317.7º 1% 0.88% -
HSV(B) 317.7º 0.24% 1% -
XYZ 75.82 65.96 88.86 -
YUV 217.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 255 194 237 0 0.24 0.07 0 317.7 1 0.88
Hex FF C2 ED 0 18 7 0 13E 64 58
Octal 377 302 355 0 30 7 0 476 144 130
Binary 11111111 11000010 11101101 0 11000 111 0 100111110 1100100 1011000

Color Harmonies of #FFC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2ED

Black with #FFC2ED

Text Example


Text Example

White with #FFC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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