Html Css Color HEX #F9CBCA Coral Candy

📋 copy color: '#F9CBCA'

red 249 ◦ green 203 ◦ blue 202

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

Shades of Coral Candy #F9CBCA

Tints of Coral Candy #F9CBCA

RGB

 RED value IS 249 (97.66% from 255) = 38.07%

 GREEN value IS 203 (79.69% from 255) = 31.04%

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

R = 38.07%
G = 31.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9CBCA (or 0xF9CBCA) is known color: Coral Candy. HEX triplet: F9, CB and CA. RGB value is (249,203,202). Sum of RGB (Red+Green+Blue) = 249+203+202=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBCA is #063435. Grayscale: #D8D8D8. Windows color (decimal): -406582 or 13290489. OLE color: 13290489.

HSL color Cylindrical-coordinate representation of color #F9CBCA: hue angle of 1.28º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CBCA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 202 -
CMYK 0 0.18 0.19 0.02
HSL 1.28º 0.8% 0.88% -
HSV(B) 1.28º 0.19% 0.98% -
XYZ 71.08 67.12 65.09 -
YUV 216.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 249 203 202 0 0.18 0.19 0.02 1.28 0.8 0.88
Hex F9 CB CA 0 12 13 2 1 50 58
Octal 371 313 312 0 22 23 2 1 120 130
Binary 11111001 11001011 11001010 0 10010 10011 10 1 1010000 1011000

Color Harmonies of #F9CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBCA

Black with #F9CBCA

Text Example


Text Example

White with #F9CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBCA; }

 p { color: rgb(249,203,202); }

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

background-color css

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

 a { background-color: rgb(249,203,202); }

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

border-color css

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

 span { border-color: rgb(249,203,202); }

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