Html Css Color HEX #F4BECF Chantilly

📋 copy color: '#F4BECF'

red 244 ◦ green 190 ◦ blue 207

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

Shades of Chantilly #F4BECF

Tints of Chantilly #F4BECF

RGB

 RED value IS 244 (95.7% from 255) = 38.07%

 GREEN value IS 190 (74.61% from 255) = 29.64%

 BLUE value IS 207 (81.25% from 255) = 32.29%

R = 38.07%
G = 29.64%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F4BECF (or 0xF4BECF) is known color: Chantilly. HEX triplet: F4, BE and CF. RGB value is (244,190,207). Sum of RGB (Red+Green+Blue) = 244+190+207=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BECF is #0B4130. Grayscale: #D0D0D0. Windows color (decimal): -737585 or 13614836. OLE color: 13614836.

HSL color Cylindrical-coordinate representation of color #F4BECF: hue angle of 341.11º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BECF is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 190 207 -
CMYK 0 0.22 0.15 0.04
HSL 341.11º 0.71% 0.85% -
HSV(B) 341.11º 0.22% 0.96% -
XYZ 66.98 60.57 67.19 -
YUV 208.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 244 190 207 0 0.22 0.15 0.04 341.11 0.71 0.85
Hex F4 BE CF 0 16 F 4 155 47 55
Octal 364 276 317 0 26 17 4 525 107 125
Binary 11110100 10111110 11001111 0 10110 1111 100 101010101 1000111 1010101

Color Harmonies of #F4BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BECF

Black with #F4BECF

Text Example


Text Example

White with #F4BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BECF; }

 p { color: rgb(244,190,207); }

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

background-color css

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

 a { background-color: rgb(244,190,207); }

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

border-color css

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

 span { border-color: rgb(244,190,207); }

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