Html Css Color HEX #F2BCC7 Chantilly

📋 copy color: '#F2BCC7'

red 242 ◦ green 188 ◦ blue 199

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

Shades of Chantilly #F2BCC7

Tints of Chantilly #F2BCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.89%

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

R = 38.47%
G = 29.89%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2BCC7 (or 0xF2BCC7) is known color: Chantilly. HEX triplet: F2, BC and C7. RGB value is (242,188,199). Sum of RGB (Red+Green+Blue) = 242+188+199=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC7 is #0D4338. Grayscale: #CDCDCD. Windows color (decimal): -869177 or 13090034. OLE color: 13090034.

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

Color convert

RGB 242 188 199 -
CMYK 0 0.22 0.18 0.05
HSL 347.78º 0.68% 0.84% -
HSV(B) 347.78º 0.22% 0.95% -
XYZ 64.91 58.97 61.99 -
YUV 205.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 242 188 199 0 0.22 0.18 0.05 347.78 0.68 0.84
Hex F2 BC C7 0 16 12 5 15C 44 54
Octal 362 274 307 0 26 22 5 534 104 124
Binary 11110010 10111100 11000111 0 10110 10010 101 101011100 1000100 1010100

Color Harmonies of #F2BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCC7

Black with #F2BCC7

Text Example


Text Example

White with #F2BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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