Html Css Color HEX #F2BBCD Chantilly

📋 copy color: '#F2BBCD'

red 242 ◦ green 187 ◦ blue 205

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

Shades of Chantilly #F2BBCD

Tints of Chantilly #F2BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.5%

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

R = 38.17%
G = 29.5%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2BBCD (or 0xF2BBCD) is known color: Chantilly. HEX triplet: F2, BB and CD. RGB value is (242,187,205). Sum of RGB (Red+Green+Blue) = 242+187+205=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCD is #0D4432. Grayscale: #CDCDCD. Windows color (decimal): -869427 or 13482994. OLE color: 13482994.

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

Color convert

RGB 242 187 205 -
CMYK 0 0.23 0.15 0.05
HSL 340.36º 0.68% 0.84% -
HSV(B) 340.36º 0.23% 0.95% -
XYZ 65.41 58.83 65.66 -
YUV 205.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 242 187 205 0 0.23 0.15 0.05 340.36 0.68 0.84
Hex F2 BB CD 0 17 F 5 154 44 54
Octal 362 273 315 0 27 17 5 524 104 124
Binary 11110010 10111011 11001101 0 10111 1111 101 101010100 1000100 1010100

Color Harmonies of #F2BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBCD

Black with #F2BBCD

Text Example


Text Example

White with #F2BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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