Html Css Color HEX #F1CDE1 Classic Rose

📋 copy color: '#F1CDE1'

red 241 ◦ green 205 ◦ blue 225

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

Shades of Classic Rose #F1CDE1

Tints of Classic Rose #F1CDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.55%

 BLUE value IS 225 (88.28% from 255) = 33.53%

R = 35.92%
G = 30.55%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1CDE1 (or 0xF1CDE1) is known color: Classic Rose. HEX triplet: F1, CD and E1. RGB value is (241,205,225). Sum of RGB (Red+Green+Blue) = 241+205+225=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDE1 is #0E321E. Grayscale: #DADADA. Windows color (decimal): -930335 or 14798321. OLE color: 14798321.

HSL color Cylindrical-coordinate representation of color #F1CDE1: hue angle of 326.67º degrees, saturation: 0.56, 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 #F1CDE1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 225 -
CMYK 0 0.15 0.07 0.05
HSL 326.67º 0.56% 0.87% -
HSV(B) 326.67º 0.15% 0.95% -
XYZ 71.7 67.8 80.54 -
YUV 218.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 241 205 225 0 0.15 0.07 0.05 326.67 0.56 0.87
Hex F1 CD E1 0 F 7 5 147 38 57
Octal 361 315 341 0 17 7 5 507 70 127
Binary 11110001 11001101 11100001 0 1111 111 101 101000111 111000 1010111

Color Harmonies of #F1CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDE1

Black with #F1CDE1

Text Example


Text Example

White with #F1CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDE1; }

 p { color: rgb(241,205,225); }

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

background-color css

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

 a { background-color: rgb(241,205,225); }

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

border-color css

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

 span { border-color: rgb(241,205,225); }

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