Html Css Color HEX #F0B4CC Chantilly

📋 copy color: '#F0B4CC'

red 240 ◦ green 180 ◦ blue 204

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

Shades of Chantilly #F0B4CC

Tints of Chantilly #F0B4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 38.46%
G = 28.85%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0B4CC (or 0xF0B4CC) is known color: Chantilly. HEX triplet: F0, B4 and CC. RGB value is (240,180,204). Sum of RGB (Red+Green+Blue) = 240+180+204=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4CC is #0F4B33. Grayscale: #C8C8C8. Windows color (decimal): -1002292 or 13415664. OLE color: 13415664.

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

Color convert

RGB 240 180 204 -
CMYK 0 0.25 0.15 0.06
HSL 336º 0.67% 0.82% -
HSV(B) 336º 0.25% 0.94% -
XYZ 63.16 55.53 64.52 -
YUV 200.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 240 180 204 0 0.25 0.15 0.06 336 0.67 0.82
Hex F0 B4 CC 0 19 F 6 150 43 52
Octal 360 264 314 0 31 17 6 520 103 122
Binary 11110000 10110100 11001100 0 11001 1111 110 101010000 1000011 1010010

Color Harmonies of #F0B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4CC

Black with #F0B4CC

Text Example


Text Example

White with #F0B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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