Html Css Color HEX #F1B4CB Chantilly

📋 copy color: '#F1B4CB'

red 241 ◦ green 180 ◦ blue 203

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

Shades of Chantilly #F1B4CB

Tints of Chantilly #F1B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 203 (79.69% from 255) = 32.53%

R = 38.62%
G = 28.85%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1B4CB (or 0xF1B4CB) is known color: Chantilly. HEX triplet: F1, B4 and CB. RGB value is (241,180,203). Sum of RGB (Red+Green+Blue) = 241+180+203=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4CB is #0E4B34. Grayscale: #C8C8C8. Windows color (decimal): -936757 or 13350129. OLE color: 13350129.

HSL color Cylindrical-coordinate representation of color #F1B4CB: hue angle of 337.38º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4CB is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 203 -
CMYK 0 0.25 0.16 0.05
HSL 337.38º 0.69% 0.83% -
HSV(B) 337.38º 0.25% 0.95% -
XYZ 63.38 55.66 63.9 -
YUV 200.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 241 180 203 0 0.25 0.16 0.05 337.38 0.69 0.83
Hex F1 B4 CB 0 19 10 5 151 45 53
Octal 361 264 313 0 31 20 5 521 105 123
Binary 11110001 10110100 11001011 0 11001 10000 101 101010001 1000101 1010011

Color Harmonies of #F1B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4CB

Black with #F1B4CB

Text Example


Text Example

White with #F1B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4CB; }

 p { color: rgb(241,180,203); }

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

background-color css

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

 a { background-color: rgb(241,180,203); }

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

border-color css

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

 span { border-color: rgb(241,180,203); }

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