Html Css Color HEX #F2BDC9 Chantilly

📋 copy color: '#F2BDC9'

red 242 ◦ green 189 ◦ blue 201

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

Shades of Chantilly #F2BDC9

Tints of Chantilly #F2BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

 BLUE value IS 201 (78.91% from 255) = 31.8%

R = 38.29%
G = 29.91%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2BDC9 (or 0xF2BDC9) is known color: Chantilly. HEX triplet: F2, BD and C9. RGB value is (242,189,201). Sum of RGB (Red+Green+Blue) = 242+189+201=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC9 is #0D4236. Grayscale: #CECECE. Windows color (decimal): -868919 or 13221362. OLE color: 13221362.

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

Color convert

RGB 242 189 201 -
CMYK 0 0.22 0.17 0.05
HSL 346.42º 0.67% 0.85% -
HSV(B) 346.42º 0.22% 0.95% -
XYZ 65.36 59.49 63.3 -
YUV 206.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 242 189 201 0 0.22 0.17 0.05 346.42 0.67 0.85
Hex F2 BD C9 0 16 11 5 15A 43 55
Octal 362 275 311 0 26 21 5 532 103 125
Binary 11110010 10111101 11001001 0 10110 10001 101 101011010 1000011 1010101

Color Harmonies of #F2BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDC9

Black with #F2BDC9

Text Example


Text Example

White with #F2BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDC9; }

 p { color: rgb(242,189,201); }

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

background-color css

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

 a { background-color: rgb(242,189,201); }

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

border-color css

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

 span { border-color: rgb(242,189,201); }

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