Html Css Color HEX #FAFFC7 Carla

📋 copy color: '#FAFFC7'

red 250 ◦ green 255 ◦ blue 199

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

Shades of Carla #FAFFC7

Tints of Carla #FAFFC7

RGB

 RED value IS 250 (98.05% from 255) = 35.51%

 GREEN value IS 255 (100% from 255) = 36.22%

 BLUE value IS 199 (78.13% from 255) = 28.27%

R = 35.51%
G = 36.22%
B = 28.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FAFFC7 (or 0xFAFFC7) is known color: Carla. HEX triplet: FA, FF and C7. RGB value is (250,255,199). Sum of RGB (Red+Green+Blue) = 250+255+199=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 199 (78.12% from 255 or 28.27% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC7 is #050038. Grayscale: #F7F7F7. Windows color (decimal): -327737 or 13107194. OLE color: 13107194.

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

Color convert

RGB 250 255 199 -
CMYK 0.02 0 0.22 0
HSL 65.36º 1% 0.89% -
HSV(B) 65.36º 0.22% 1% -
XYZ 85.49 95.97 68.05 -
YUV 247.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 250 255 199 0.02 0 0.22 0 65.36 1 0.89
Hex FA FF C7 2 0 16 0 41 64 59
Octal 372 377 307 2 0 26 0 101 144 131
Binary 11111010 11111111 11000111 10 0 10110 0 1000001 1100100 1011001

Color Harmonies of #FAFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFC7

Black with #FAFFC7

Text Example


Text Example

White with #FAFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFC7; }

 p { color: rgb(250,255,199); }

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

background-color css

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

 a { background-color: rgb(250,255,199); }

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

border-color css

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

 span { border-color: rgb(250,255,199); }

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