Html Css Color HEX #F1CAE2 Classic Rose

📋 copy color: '#F1CAE2'

red 241 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #F1CAE2

Tints of Classic Rose #F1CAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.19%

 BLUE value IS 226 (88.67% from 255) = 33.78%

R = 36.02%
G = 30.19%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1CAE2 (or 0xF1CAE2) is known color: Classic Rose. HEX triplet: F1, CA and E2. RGB value is (241,202,226). Sum of RGB (Red+Green+Blue) = 241+202+226=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAE2 is #0E351D. Grayscale: #D8D8D8. Windows color (decimal): -931102 or 14863089. OLE color: 14863089.

HSL color Cylindrical-coordinate representation of color #F1CAE2: hue angle of 323.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CAE2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 226 -
CMYK 0 0.16 0.06 0.05
HSL 323.08º 0.58% 0.87% -
HSV(B) 323.08º 0.16% 0.95% -
XYZ 71.12 66.43 81.03 -
YUV 216.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 241 202 226 0 0.16 0.06 0.05 323.08 0.58 0.87
Hex F1 CA E2 0 10 6 5 143 3A 57
Octal 361 312 342 0 20 6 5 503 72 127
Binary 11110001 11001010 11100010 0 10000 110 101 101000011 111010 1010111

Color Harmonies of #F1CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAE2

Black with #F1CAE2

Text Example


Text Example

White with #F1CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAE2; }

 p { color: rgb(241,202,226); }

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

background-color css

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

 a { background-color: rgb(241,202,226); }

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

border-color css

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

 span { border-color: rgb(241,202,226); }

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