Html Css Color HEX #F2B7C7 Chantilly

📋 copy color: '#F2B7C7'

red 242 ◦ green 183 ◦ blue 199

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

Shades of Chantilly #F2B7C7

Tints of Chantilly #F2B7C7

RGB

 RED value IS 242 (94.92% from 255) = 38.78%

 GREEN value IS 183 (71.88% from 255) = 29.33%

 BLUE value IS 199 (78.13% from 255) = 31.89%

R = 38.78%
G = 29.33%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2B7C7 (or 0xF2B7C7) is known color: Chantilly. HEX triplet: F2, B7 and C7. RGB value is (242,183,199). Sum of RGB (Red+Green+Blue) = 242+183+199=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7C7 is #0D4838. Grayscale: #CACACA. Windows color (decimal): -870457 or 13088754. OLE color: 13088754.

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

Color convert

RGB 242 183 199 -
CMYK 0 0.24 0.18 0.05
HSL 343.73º 0.69% 0.83% -
HSV(B) 343.73º 0.24% 0.95% -
XYZ 63.86 56.87 61.64 -
YUV 202.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 242 183 199 0 0.24 0.18 0.05 343.73 0.69 0.83
Hex F2 B7 C7 0 18 12 5 158 45 53
Octal 362 267 307 0 30 22 5 530 105 123
Binary 11110010 10110111 11000111 0 11000 10010 101 101011000 1000101 1010011

Color Harmonies of #F2B7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7C7

Black with #F2B7C7

Text Example


Text Example

White with #F2B7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7C7; }

 p { color: rgb(242,183,199); }

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

background-color css

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

 a { background-color: rgb(242,183,199); }

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

border-color css

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

 span { border-color: rgb(242,183,199); }

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