Html Css Color HEX #F2B8CC Chantilly

📋 copy color: '#F2B8CC'

red 242 ◦ green 184 ◦ blue 204

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

Shades of Chantilly #F2B8CC

Tints of Chantilly #F2B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.21%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 38.41%
G = 29.21%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2B8CC (or 0xF2B8CC) is known color: Chantilly. HEX triplet: F2, B8 and CC. RGB value is (242,184,204). Sum of RGB (Red+Green+Blue) = 242+184+204=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8CC is #0D4733. Grayscale: #CBCBCB. Windows color (decimal): -870196 or 13416690. OLE color: 13416690.

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

Color convert

RGB 242 184 204 -
CMYK 0 0.24 0.16 0.05
HSL 339.31º 0.69% 0.84% -
HSV(B) 339.31º 0.24% 0.95% -
XYZ 64.66 57.52 64.82 -
YUV 203.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 242 184 204 0 0.24 0.16 0.05 339.31 0.69 0.84
Hex F2 B8 CC 0 18 10 5 153 45 54
Octal 362 270 314 0 30 20 5 523 105 124
Binary 11110010 10111000 11001100 0 11000 10000 101 101010011 1000101 1010100

Color Harmonies of #F2B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B8CC

Black with #F2B8CC

Text Example


Text Example

White with #F2B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B8CC; }

 p { color: rgb(242,184,204); }

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

background-color css

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

 a { background-color: rgb(242,184,204); }

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

border-color css

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

 span { border-color: rgb(242,184,204); }

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