Html Css Color HEX #F0B4CA Chantilly

📋 copy color: '#F0B4CA'

red 240 ◦ green 180 ◦ blue 202

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

Shades of Chantilly #F0B4CA

Tints of Chantilly #F0B4CA

RGB

 RED value IS 240 (94.14% from 255) = 38.59%

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

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 38.59%
G = 28.94%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0B4CA (or 0xF0B4CA) is known color: Chantilly. HEX triplet: F0, B4 and CA. RGB value is (240,180,202). Sum of RGB (Red+Green+Blue) = 240+180+202=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4CA is #0F4B35. Grayscale: #C8C8C8. Windows color (decimal): -1002294 or 13284592. OLE color: 13284592.

HSL color Cylindrical-coordinate representation of color #F0B4CA: hue angle of 338º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4CA is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 202 -
CMYK 0 0.25 0.16 0.06
HSL 338º 0.67% 0.82% -
HSV(B) 338º 0.25% 0.94% -
XYZ 62.92 55.43 63.26 -
YUV 200.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 240 180 202 0 0.25 0.16 0.06 338 0.67 0.82
Hex F0 B4 CA 0 19 10 6 152 43 52
Octal 360 264 312 0 31 20 6 522 103 122
Binary 11110000 10110100 11001010 0 11001 10000 110 101010010 1000011 1010010

Color Harmonies of #F0B4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4CA

Black with #F0B4CA

Text Example


Text Example

White with #F0B4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4CA; }

 p { color: rgb(240,180,202); }

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

background-color css

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

 a { background-color: rgb(240,180,202); }

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

border-color css

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

 span { border-color: rgb(240,180,202); }

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