Html Css Color HEX #F2BDCB Chantilly

📋 copy color: '#F2BDCB'

red 242 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #F2BDCB

Tints of Chantilly #F2BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.02%

R = 38.17%
G = 29.81%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2BDCB (or 0xF2BDCB) is known color: Chantilly. HEX triplet: F2, BD and CB. RGB value is (242,189,203). Sum of RGB (Red+Green+Blue) = 242+189+203=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCB is #0D4234. Grayscale: #CECECE. Windows color (decimal): -868917 or 13352434. OLE color: 13352434.

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

Color convert

RGB 242 189 203 -
CMYK 0 0.22 0.16 0.05
HSL 344.15º 0.67% 0.85% -
HSV(B) 344.15º 0.22% 0.95% -
XYZ 65.6 59.58 64.54 -
YUV 206.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 242 189 203 0 0.22 0.16 0.05 344.15 0.67 0.85
Hex F2 BD CB 0 16 10 5 158 43 55
Octal 362 275 313 0 26 20 5 530 103 125
Binary 11110010 10111101 11001011 0 10110 10000 101 101011000 1000011 1010101

Color Harmonies of #F2BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDCB

Black with #F2BDCB

Text Example


Text Example

White with #F2BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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