Html Css Color HEX #FFC5E3 Classic Rose

📋 copy color: '#FFC5E3'

red 255 ◦ green 197 ◦ blue 227

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

Shades of Classic Rose #FFC5E3

Tints of Classic Rose #FFC5E3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.01%

 BLUE value IS 227 (89.06% from 255) = 33.43%

R = 37.56%
G = 29.01%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFC5E3 (or 0xFFC5E3) is known color: Classic Rose. HEX triplet: FF, C5 and E3. RGB value is (255,197,227). Sum of RGB (Red+Green+Blue) = 255+197+227=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5E3 is #003A1C. Grayscale: #D9D9D9. Windows color (decimal): -14877 or 14927359. OLE color: 14927359.

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

Color convert

RGB 255 197 227 -
CMYK 0 0.23 0.11 0
HSL 328.97º 1% 0.89% -
HSV(B) 328.97º 0.23% 1% -
XYZ 75.07 66.74 81.6 -
YUV 217.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 255 197 227 0 0.23 0.11 0 328.97 1 0.89
Hex FF C5 E3 0 17 B 0 149 64 59
Octal 377 305 343 0 27 13 0 511 144 131
Binary 11111111 11000101 11100011 0 10111 1011 0 101001001 1100100 1011001

Color Harmonies of #FFC5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5E3

Black with #FFC5E3

Text Example


Text Example

White with #FFC5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5E3; }

 p { color: rgb(255,197,227); }

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

background-color css

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

 a { background-color: rgb(255,197,227); }

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

border-color css

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

 span { border-color: rgb(255,197,227); }

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