Html Css Color HEX #F1CCE6 Classic Rose

📋 copy color: '#F1CCE6'

red 241 ◦ green 204 ◦ blue 230

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

Shades of Classic Rose #F1CCE6

Tints of Classic Rose #F1CCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.22%

 BLUE value IS 230 (90.23% from 255) = 34.07%

R = 35.7%
G = 30.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1CCE6 (or 0xF1CCE6) is known color: Classic Rose. HEX triplet: F1, CC and E6. RGB value is (241,204,230). Sum of RGB (Red+Green+Blue) = 241+204+230=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCE6 is #0E3319. Grayscale: #D9D9D9. Windows color (decimal): -930586 or 15125745. OLE color: 15125745.

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

Color convert

RGB 241 204 230 -
CMYK 0 0.15 0.05 0.05
HSL 317.84º 0.57% 0.87% -
HSV(B) 317.84º 0.15% 0.95% -
XYZ 72.15 67.6 84.11 -
YUV 218.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 241 204 230 0 0.15 0.05 0.05 317.84 0.57 0.87
Hex F1 CC E6 0 F 5 5 13E 39 57
Octal 361 314 346 0 17 5 5 476 71 127
Binary 11110001 11001100 11100110 0 1111 101 101 100111110 111001 1010111

Color Harmonies of #F1CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCE6

Black with #F1CCE6

Text Example


Text Example

White with #F1CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCE6; }

 p { color: rgb(241,204,230); }

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

background-color css

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

 a { background-color: rgb(241,204,230); }

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

border-color css

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

 span { border-color: rgb(241,204,230); }

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