Html Css Color HEX #F2B9CA Chantilly

📋 copy color: '#F2B9CA'

red 242 ◦ green 185 ◦ blue 202

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

Shades of Chantilly #F2B9CA

Tints of Chantilly #F2B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.41%

 BLUE value IS 202 (79.3% from 255) = 32.11%

R = 38.47%
G = 29.41%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2B9CA (or 0xF2B9CA) is known color: Chantilly. HEX triplet: F2, B9 and CA. RGB value is (242,185,202). Sum of RGB (Red+Green+Blue) = 242+185+202=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9CA is #0D4635. Grayscale: #CBCBCB. Windows color (decimal): -869942 or 13285874. OLE color: 13285874.

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

Color convert

RGB 242 185 202 -
CMYK 0 0.24 0.17 0.05
HSL 342.11º 0.69% 0.84% -
HSV(B) 342.11º 0.24% 0.95% -
XYZ 64.63 57.84 63.64 -
YUV 203.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 242 185 202 0 0.24 0.17 0.05 342.11 0.69 0.84
Hex F2 B9 CA 0 18 11 5 156 45 54
Octal 362 271 312 0 30 21 5 526 105 124
Binary 11110010 10111001 11001010 0 11000 10001 101 101010110 1000101 1010100

Color Harmonies of #F2B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B9CA

Black with #F2B9CA

Text Example


Text Example

White with #F2B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B9CA; }

 p { color: rgb(242,185,202); }

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

background-color css

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

 a { background-color: rgb(242,185,202); }

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

border-color css

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

 span { border-color: rgb(242,185,202); }

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