Html Css Color HEX #F2BDCE Chantilly

📋 copy color: '#F2BDCE'

red 242 ◦ green 189 ◦ blue 206

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

Shades of Chantilly #F2BDCE

Tints of Chantilly #F2BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 37.99%
G = 29.67%
B = 32.34%

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

#F2BDCE (or 0xF2BDCE) is known color: Chantilly. HEX triplet: F2, BD and CE. RGB value is (242,189,206). Sum of RGB (Red+Green+Blue) = 242+189+206=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCE is #0D4231. Grayscale: #CECECE. Windows color (decimal): -868914 or 13549042. OLE color: 13549042.

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

Color convert

RGB 242 189 206 -
CMYK 0 0.22 0.15 0.05
HSL 340.75º 0.67% 0.85% -
HSV(B) 340.75º 0.22% 0.95% -
XYZ 65.96 59.73 66.45 -
YUV 206.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 242 189 206 0 0.22 0.15 0.05 340.75 0.67 0.85
Hex F2 BD CE 0 16 F 5 155 43 55
Octal 362 275 316 0 26 17 5 525 103 125
Binary 11110010 10111101 11001110 0 10110 1111 101 101010101 1000011 1010101

Color Harmonies of #F2BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDCE

Black with #F2BDCE

Text Example


Text Example

White with #F2BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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