Html Css Color HEX #F2FACC Rice Flower

📋 copy color: '#F2FACC'

red 242 ◦ green 250 ◦ blue 204

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

Shades of Rice Flower #F2FACC

Tints of Rice Flower #F2FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.92%

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

R = 34.77%
G = 35.92%
B = 29.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F2FACC (or 0xF2FACC) is known color: Rice Flower. HEX triplet: F2, FA and CC. RGB value is (242,250,204). Sum of RGB (Red+Green+Blue) = 242+250+204=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACC is #0D0533. Grayscale: #F2F2F2. Windows color (decimal): -853300 or 13433586. OLE color: 13433586.

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

Color convert

RGB 242 250 204 -
CMYK 0.03 0 0.18 0.02
HSL 70.43º 0.82% 0.89% -
HSV(B) 70.43º 0.18% 0.98% -
XYZ 81.7 91.61 70.5 -
YUV 242.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 242 250 204 0.03 0 0.18 0.02 70.43 0.82 0.89
Hex F2 FA CC 3 0 12 2 46 52 59
Octal 362 372 314 3 0 22 2 106 122 131
Binary 11110010 11111010 11001100 11 0 10010 10 1000110 1010010 1011001

Color Harmonies of #F2FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FACC

Black with #F2FACC

Text Example


Text Example

White with #F2FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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