Html Css Color HEX #F1C5E4 Classic Rose

📋 copy color: '#F1C5E4'

red 241 ◦ green 197 ◦ blue 228

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

Shades of Classic Rose #F1C5E4

Tints of Classic Rose #F1C5E4

RGB

 RED value IS 241 (94.53% from 255) = 36.19%

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

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 36.19%
G = 29.58%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1C5E4 (or 0xF1C5E4) is known color: Classic Rose. HEX triplet: F1, C5 and E4. RGB value is (241,197,228). Sum of RGB (Red+Green+Blue) = 241+197+228=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5E4 is #0E3A1B. Grayscale: #D5D5D5. Windows color (decimal): -932380 or 14992881. OLE color: 14992881.

HSL color Cylindrical-coordinate representation of color #F1C5E4: hue angle of 317.73º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5E4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 228 -
CMYK 0 0.18 0.05 0.05
HSL 317.73º 0.61% 0.86% -
HSV(B) 317.73º 0.18% 0.95% -
XYZ 70.25 64.23 82.09 -
YUV 213.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 241 197 228 0 0.18 0.05 0.05 317.73 0.61 0.86
Hex F1 C5 E4 0 12 5 5 13E 3D 56
Octal 361 305 344 0 22 5 5 476 75 126
Binary 11110001 11000101 11100100 0 10010 101 101 100111110 111101 1010110

Color Harmonies of #F1C5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5E4

Black with #F1C5E4

Text Example


Text Example

White with #F1C5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5E4; }

 p { color: rgb(241,197,228); }

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

background-color css

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

 a { background-color: rgb(241,197,228); }

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

border-color css

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

 span { border-color: rgb(241,197,228); }

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