Html Css Color HEX #F1D2E4 Classic Rose

📋 copy color: '#F1D2E4'

red 241 ◦ green 210 ◦ blue 228

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

Shades of Classic Rose #F1D2E4

Tints of Classic Rose #F1D2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.93%

 BLUE value IS 228 (89.45% from 255) = 33.58%

R = 35.49%
G = 30.93%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D2E4 (or 0xF1D2E4) is known color: Classic Rose. HEX triplet: F1, D2 and E4. RGB value is (241,210,228). Sum of RGB (Red+Green+Blue) = 241+210+228=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2E4 is #0E2D1B. Grayscale: #DDDDDD. Windows color (decimal): -929052 or 14996209. OLE color: 14996209.

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

Color convert

RGB 241 210 228 -
CMYK 0 0.13 0.05 0.05
HSL 325.16º 0.53% 0.88% -
HSV(B) 325.16º 0.13% 0.95% -
XYZ 73.33 70.4 83.12 -
YUV 221.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 241 210 228 0 0.13 0.05 0.05 325.16 0.53 0.88
Hex F1 D2 E4 0 D 5 5 145 35 58
Octal 361 322 344 0 15 5 5 505 65 130
Binary 11110001 11010010 11100100 0 1101 101 101 101000101 110101 1011000

Color Harmonies of #F1D2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2E4

Black with #F1D2E4

Text Example


Text Example

White with #F1D2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2E4; }

 p { color: rgb(241,210,228); }

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

background-color css

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

 a { background-color: rgb(241,210,228); }

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

border-color css

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

 span { border-color: rgb(241,210,228); }

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