Html Css Color HEX #F1B4CD Chantilly

📋 copy color: '#F1B4CD'

red 241 ◦ green 180 ◦ blue 205

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

Shades of Chantilly #F1B4CD

Tints of Chantilly #F1B4CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 38.5%
G = 28.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1B4CD (or 0xF1B4CD) is known color: Chantilly. HEX triplet: F1, B4 and CD. RGB value is (241,180,205). Sum of RGB (Red+Green+Blue) = 241+180+205=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4CD is #0E4B32. Grayscale: #C9C9C9. Windows color (decimal): -936755 or 13481201. OLE color: 13481201.

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

Color convert

RGB 241 180 205 -
CMYK 0 0.25 0.15 0.05
HSL 335.41º 0.69% 0.83% -
HSV(B) 335.41º 0.25% 0.95% -
XYZ 63.62 55.75 65.17 -
YUV 201.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 241 180 205 0 0.25 0.15 0.05 335.41 0.69 0.83
Hex F1 B4 CD 0 19 F 5 14F 45 53
Octal 361 264 315 0 31 17 5 517 105 123
Binary 11110001 10110100 11001101 0 11001 1111 101 101001111 1000101 1010011

Color Harmonies of #F1B4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4CD

Black with #F1B4CD

Text Example


Text Example

White with #F1B4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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