Html Css Color HEX #F1CFE2 Classic Rose

📋 copy color: '#F1CFE2'

red 241 ◦ green 207 ◦ blue 226

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

Shades of Classic Rose #F1CFE2

Tints of Classic Rose #F1CFE2

RGB

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

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

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

R = 35.76%
G = 30.71%
B = 33.53%

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

#F1CFE2 (or 0xF1CFE2) is known color: Classic Rose. HEX triplet: F1, CF and E2. RGB value is (241,207,226). Sum of RGB (Red+Green+Blue) = 241+207+226=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFE2 is #0E301D. Grayscale: #DBDBDB. Windows color (decimal): -929822 or 14864369. OLE color: 14864369.

HSL color Cylindrical-coordinate representation of color #F1CFE2: hue angle of 326.47º 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 #F1CFE2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 207 226 -
CMYK 0 0.14 0.06 0.05
HSL 326.47º 0.55% 0.88% -
HSV(B) 326.47º 0.14% 0.95% -
XYZ 72.32 68.82 81.42 -
YUV 219.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 241 207 226 0 0.14 0.06 0.05 326.47 0.55 0.88
Hex F1 CF E2 0 E 6 5 146 37 58
Octal 361 317 342 0 16 6 5 506 67 130
Binary 11110001 11001111 11100010 0 1110 110 101 101000110 110111 1011000

Color Harmonies of #F1CFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFE2

Black with #F1CFE2

Text Example


Text Example

White with #F1CFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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