Html Css Color HEX #F1C1D2 Classic Rose

📋 copy color: '#F1C1D2'

red 241 ◦ green 193 ◦ blue 210

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

Shades of Classic Rose #F1C1D2

Tints of Classic Rose #F1C1D2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.97%

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 37.42%
G = 29.97%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1C1D2 (or 0xF1C1D2) is known color: Classic Rose. HEX triplet: F1, C1 and D2. RGB value is (241,193,210). Sum of RGB (Red+Green+Blue) = 241+193+210=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1D2 is #0E3E2D. Grayscale: #D1D1D1. Windows color (decimal): -933422 or 13812209. OLE color: 13812209.

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

Color convert

RGB 241 193 210 -
CMYK 0 0.20 0.13 0.05
HSL 338.75º 0.63% 0.85% -
HSV(B) 338.75º 0.2% 0.95% -
XYZ 66.98 61.49 69.31 -
YUV 209.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 241 193 210 0 0.20 0.13 0.05 338.75 0.63 0.85
Hex F1 C1 D2 0 14 D 5 153 3F 55
Octal 361 301 322 0 24 15 5 523 77 125
Binary 11110001 11000001 11010010 0 10100 1101 101 101010011 111111 1010101

Color Harmonies of #F1C1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1D2

Black with #F1C1D2

Text Example


Text Example

White with #F1C1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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