Html Css Color HEX #F1CEE2 Classic Rose

📋 copy color: '#F1CEE2'

red 241 ◦ green 206 ◦ blue 226

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

Shades of Classic Rose #F1CEE2

Tints of Classic Rose #F1CEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.61%

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

R = 35.81%
G = 30.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1CEE2 (or 0xF1CEE2) is known color: Classic Rose. HEX triplet: F1, CE and E2. RGB value is (241,206,226). Sum of RGB (Red+Green+Blue) = 241+206+226=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE2 is #0E311D. Grayscale: #DADADA. Windows color (decimal): -930078 or 14864113. OLE color: 14864113.

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

Color convert

RGB 241 206 226 -
CMYK 0 0.15 0.06 0.05
HSL 325.71º 0.56% 0.88% -
HSV(B) 325.71º 0.15% 0.95% -
XYZ 72.07 68.33 81.34 -
YUV 218.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 241 206 226 0 0.15 0.06 0.05 325.71 0.56 0.88
Hex F1 CE E2 0 F 6 5 146 38 58
Octal 361 316 342 0 17 6 5 506 70 130
Binary 11110001 11001110 11100010 0 1111 110 101 101000110 111000 1011000

Color Harmonies of #F1CEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEE2

Black with #F1CEE2

Text Example


Text Example

White with #F1CEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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