Html Css Color HEX #F1CFE3 Classic Rose

📋 copy color: '#F1CFE3'

red 241 ◦ green 207 ◦ blue 227

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

Shades of Classic Rose #F1CFE3

Tints of Classic Rose #F1CFE3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

 BLUE value IS 227 (89.06% from 255) = 33.63%

R = 35.7%
G = 30.67%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1CFE3 (or 0xF1CFE3) is known color: Classic Rose. HEX triplet: F1, CF and E3. RGB value is (241,207,227). Sum of RGB (Red+Green+Blue) = 241+207+227=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFE3 is #0E301C. Grayscale: #DBDBDB. Windows color (decimal): -929821 or 14929905. OLE color: 14929905.

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

Color convert

RGB 241 207 227 -
CMYK 0 0.14 0.06 0.05
HSL 324.71º 0.55% 0.88% -
HSV(B) 324.71º 0.14% 0.95% -
XYZ 72.45 68.87 82.15 -
YUV 219.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 241 207 227 0 0.14 0.06 0.05 324.71 0.55 0.88
Hex F1 CF E3 0 E 6 5 145 37 58
Octal 361 317 343 0 16 6 5 505 67 130
Binary 11110001 11001111 11100011 0 1110 110 101 101000101 110111 1011000

Color Harmonies of #F1CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFE3

Black with #F1CFE3

Text Example


Text Example

White with #F1CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFE3; }

 p { color: rgb(241,207,227); }

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

background-color css

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

 a { background-color: rgb(241,207,227); }

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

border-color css

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

 span { border-color: rgb(241,207,227); }

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