Html Css Color HEX #F2BDCD Chantilly

📋 copy color: '#F2BDCD'

red 242 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #F2BDCD

Tints of Chantilly #F2BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.23%

R = 38.05%
G = 29.72%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2BDCD (or 0xF2BDCD) is known color: Chantilly. HEX triplet: F2, BD and CD. RGB value is (242,189,205). Sum of RGB (Red+Green+Blue) = 242+189+205=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCD is #0D4232. Grayscale: #CECECE. Windows color (decimal): -868915 or 13483506. OLE color: 13483506.

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

Color convert

RGB 242 189 205 -
CMYK 0 0.22 0.15 0.05
HSL 341.89º 0.67% 0.85% -
HSV(B) 341.89º 0.22% 0.95% -
XYZ 65.83 59.68 65.81 -
YUV 206.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 242 189 205 0 0.22 0.15 0.05 341.89 0.67 0.85
Hex F2 BD CD 0 16 F 5 156 43 55
Octal 362 275 315 0 26 17 5 526 103 125
Binary 11110010 10111101 11001101 0 10110 1111 101 101010110 1000011 1010101

Color Harmonies of #F2BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDCD

Black with #F2BDCD

Text Example


Text Example

White with #F2BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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